home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / zh-bopomofo.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  102 lines

  1. ;; zh-bopomofo.mim -- Bopomofo input method
  2. ;; Copyright (C) 2004, 2005, 2006
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; Input method for Bopomofo.
  25. ;;; @image html bopo-kbd.png "Keyboard Layout"
  26. ;;; @image latex bopo-kbd.eps "Keyboard Layout" width=\narrowwidth
  27.  
  28. ;; πäà  πäë  ╦ç   ╦ï  πäô  ╦è  ╦Ö   πäÜ  πä₧  πäó  π䪠 =+
  29. ;;  πäå  πäè  πäì  πäÉ  πäö  πäù  π亠 π䢠 π䃠 πäú  [{  ]}
  30. ;;   πäç  πäï  πäÄ  πäæ  πäò  πäÿ  πä¿  π䣠 πäá  πäñ  '"  \|
  31. ;;    πäê  πäî  πäÅ  πäÆ  πäû  πäÖ  πä⌐  π䥠 πäí  πäÑ
  32.  
  33. (input-method zh bopomofo)
  34.  
  35. (description
  36.  "Bopomofo input method using this keyboard layout.
  37.    πäà  πäë  ╦ç   ╦ï  πäô  ╦è  ╦Ö   πäÜ  πä₧  πäó  π䪠 =+
  38.     πäå  πäè  πäì  πäÉ  πäö  πäù  π亠 π䢠 π䃠 πäú  [{  ]}
  39.      πäç  πäï  πäÄ  πäæ  πäò  πäÿ  πä¿  π䣠 πäá  πäñ  '\"  \\|
  40.       πäê  πäî  πäÅ  πäÆ  πäû  πäÖ  πä⌐  π䥠 πäí  πäÑ
  41. ")
  42.  
  43. (title "BOPO")
  44.  
  45. (map
  46.  (map
  47.   ("1" ?πäà)
  48.   ("2" ?πäë)
  49.   ("3" ?╦ç)
  50.   ("4" ?╦ï)
  51.   ("5" ?πäô)
  52.   ("6" ?╦è)
  53.   ("7" ?╦Ö)
  54.   ("8" ?πäÜ)
  55.   ("9" ?πä₧)
  56.   ("0" ?πäó)
  57.   ("-" ?πäª)
  58.   ("`" ?Γé¼)
  59.  
  60.   ("q" ?πäå)
  61.   ("w" ?πäè)
  62.   ("e" ?πäì)
  63.   ("r" ?πäÉ)
  64.   ("t" ?πäö)
  65.   ("y" ?πäù)
  66.   ("u" ?πäº)
  67.   ("i" ?πä¢)
  68.   ("o" ?πäƒ)
  69.   ("p" ?πäú)
  70.  
  71.   ("a" ?πäç)
  72.   ("s" ?πäï)
  73.   ("d" ?πäÄ)
  74.   ("f" ?πäæ)
  75.   ("g" ?πäò)
  76.   ("h" ?πäÿ)
  77.   ("j" ?πä¿)
  78.   ("k" ?πä£)
  79.   ("l" ?πäá)
  80.   (";" ?πäñ)
  81.  
  82.   ("z" ?πäê)
  83.   ("x" ?πäî)
  84.   ("c" ?πäÅ)
  85.   ("v" ?πäÆ)
  86.   ("b" ?πäû)
  87.   ("n" ?πäÖ)
  88.   ("m" ?πä⌐)
  89.   ("," ?πä¥)
  90.   ("." ?πäí)
  91.   ("/" ?πäÑ)
  92.   ))
  93.  
  94. (state
  95.  (init
  96.   (map)))
  97.  
  98. ;; Local Variables:
  99. ;; coding: utf-8
  100. ;; mode: lisp
  101. ;; End:
  102.